XdsObjects Help file
XdsObjects Namespace / XdsMultiString Class / Implicit Type Conversion Operator / Implicit Type Conversion(XdsMultiString,List<String>) Operator
The list of values to assign to the new object



In This Topic
    Implicit Type Conversion(XdsMultiString,List<String>) Operator
    In This Topic
    Create an XdsMultiString object from an enumerable set of strings
    Syntax
    Overloads Public Operator Widening CType( _
       ByVal List As List(Of String) _
    ) As XdsMultiString
    
                
    public XdsMultiString operator implicit( 
       List<string> List
    )
    public:
    operator XdsMultiString^ ( 
       List<String^>^ List
    )

    Parameters

    List
    The list of values to assign to the new object

    Return Value

    A new XdsMultiString containing the copies of the strings in the list
    Remarks

    As this is an implicit oerator, it permits simple assigment of a list of strings to an XdsMultiString object

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also